Base solution for your next web application

Activities of "vitor lacerda"

Answer

Hi,

you can try "mvc.jquery.datatables".

<a class="postlink" href="https://github.com/mcintyre321/mvc.jquery.datatables">https://github.com/mcintyre321/mvc.jquery.datatables</a>

Hi,

I need to insert or update a disconnected complex object graph.

I'm using angularjs / EF6 and use a IObjectState (interface) to define Added, Modified, Deleted and Unchanged states.

I want to define my Entities with ObjectState Interface and call a method InsertOrUpdateGraph on a Repository.

I cant extend IRepository<TEntity,TPrimaryKey> because a can access DBContext to attach object and change EntityState based on ObjectState.

Can you implement this pattern or explain how can i do this without change abp source code?

Sample implementation <a class="postlink" href="https://genericunitofworkandrepositories.codeplex.com/wikipage?title=Inserting%20a%20Complex%20Object%20Graph&referringTitle=Documentation">https://genericunitofworkandrepositorie ... umentation</a>

Thanks for your great work!

Vitor Lacerda

Showing 11 to 12 of 12 entries